Namespaces
Variants
Views
Actions

std::in_place_tag

From cppreference.com
< cpp‎ | utility
Defined in header <utility>
struct in_place_tag { in_place_tag() = delete; };
(since C++17)

std::in_place_tag is an empty class type used as the return types of the std::in_place functions for disambiguation.

[edit] See also

in-place construction tag
(function template) [edit]